| Package | Description |
|---|---|
| edu.claflin.finder |
Subgraph Finder - Used to find and locate subgraphs within a network.
|
| edu.claflin.finder.io.graph |
Contains the specific graph formats supported by the SNBA
program family.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
Main.writeGraphs(java.util.ArrayList<Graph> graphs,
java.lang.String output,
GraphWriter writer)
Writes Graph objects to memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NOABatchIO
A class for writing graphs in the NOA batch format.
|
class |
SIFGraphIO
A class for reading and writing graphs in the SIF format.
|
class |
SimpleGraphIO
A class for reading and writing graphs.
|